std::ios_base::iword

From Cppreference

Jump to: navigation, search
long &iword( int index );

Returns a reference to the element with index index in the internal extensible array of elements of type long. The array can be used for any purpose. The index of the element must be obtained by xalloc(). New space is allocated as required to hold the element with index index. New elements are initialized to 0.

Contents

Parameters

index - index value of the element

Return value

reference to the element

Example

See also

pword
accesses specified element in the internal extensible array of void* elements
(public member function)
xalloc [static]
returns an unique index to be used to access elements in the internal extensible array
(public static member function)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages